Make sure that the Prepare interceptor comes first before validation interceptor in the stack.
<interceptor-stack name="myInterceptorStack"> ... <interceptor-ref name="prepare" /> ... <interceptor-ref name="validation" /> ... </interceptor-stack>